From: Jim Blandy Date: Sun, 23 May 1993 20:39:16 +0000 (+0000) Subject: * configure.in: Make the first line of the configure script be X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96077 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=de5d70c1e2ddea988ad60b1ad485e91ffc96858c;p=emacs.git * configure.in: Make the first line of the configure script be "#!/bin/sh". Leaving the first line blank didn't work. --- diff --git a/configure1.in b/configure1.in index c307f45bd0d..9793bb1ffb1 100755 --- a/configure1.in +++ b/configure1.in @@ -1,7 +1,4 @@ -[ -### The above line is deliberately left blank. If it starts with a #, -### some CSH's will think this is a csh script. - +[#!/bin/sh #### Configuration script for GNU Emacs #### Copyright (C) 1992 Free Software Foundation, Inc.